| netsqlazman_AuthorizationsTable |
| Logical Entity Name | netsqlazman_AuthorizationsTable |
| Default Table Name | netsqlazman_AuthorizationsTable |
| Physical Only | NO |
| Definition | |
| Note |
| netsqlazman_AuthorizationsTable Columns |
| ColumnName | Domain | Datatype | NULL | Definition |
AuthorizationId |
int | NO | ||
ItemId |
int | NO | ||
| ownerSid | varbinary(85) | NO | ||
| ownerSidWhereDefined | tinyint | NO | ||
| objectSid | varbinary(85) | NO | ||
| objectSidWhereDefined | tinyint | NO | ||
| AuthorizationType | tinyint | NO | ||
| ValidFrom | datetime | YES | ||
| ValidTo | datetime | YES |
| netsqlazman_AuthorizationsTable Primary and Unique Keys |
| Key Name | Key Type | Keys |
| PK_Authorizations | PrimaryKey | AuthorizationId |
| netsqlazman_AuthorizationsTable Foreign Keys |
| Parent Relationships: |
| Table Name | Type | Cardinality | Constraint Name | VerbPhrase | InversePhrase | Foreign Keys | Is Supertype | Not For Replication |
| netsqlazman_ItemsTable | Non-Identifying | One To Zero or More | FK_Authorizations_Items | ItemId | NO | YES |
| Child Relationships: |
| Table Name | Type | Cardinality | Constraint Name | VerbPhrase | InversePhrase | Foreign Keys | Is Subtype | Not For Replication |
| netsqlazman_AuthorizationAttributesTable | Non-Identifying | One To Zero or More | FK_AuthorizationAttributes_Authorizations | NO | YES |
| netsqlazman_AuthorizationsTable Check Constraints |
| Check Constraint Name | CheckConstraint |
| CK_ValidFromToCheck | ([ValidFrom] IS NULL OR [ValidTo] IS NULL OR [ValidFrom]<=[ValidTo]) |